.banner{
	position: relative;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
	/*transition: 1s linear;*/
	/*transform:scale(1.1,1.1);*/
}
.banner .swiper-slide-active .pic img{
	/*transition:6s linear;*/
	/*transform:scale(1,1);*/
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	position: relative;
	width: 72px;
	height: 7px;
	background: rgba(239, 244, 249, .2);
	border-radius: 4px;
	opacity: 1;
}
.banner .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(239, 244, 249, 1);
	border-radius: 4px;
}
.banner .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all .6s;
}
.banner .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* width: 60px;
	height: 60px;
	border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	cursor: pointer;
}
.banner .btn.btn-prev{
	left: 2.6%;
}
.banner .btn.btn-next{
	right: 2.6%;
}
.banner .btn::before{
	/* position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-30deg, #0057F6, #0392F6);
	border-radius: 50%;
	opacity: 0;
	transition: all .6s; */
}	
.banner .btn:hover::before{
	/* opacity: 1; */
}
.banner .btn .iconfont{
	position: relative;
	color: #fff;
	z-index: 3;
	font-size: 24px;
	font-weight: bold;
}
.main{
	background-color: RGBA(249, 251, 252, 1);
}
.indexTitle{
	text-align: center;
}
.indexTitle .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #222222;
}
.indexTitle .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	margin-top: 18px;
}
.box1{
	padding: 120px 0;
}
.box1 .box-c{
	margin-top: 54px;
	display: flex;
	justify-content: space-between;
}
.box1 .box-c .l{
	width: 39.63%;
}
.box1 .box-c .l .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.box1 .box-c .l .list li{
	position: relative;
	border-radius: 10px;
	border: 1px solid #F4F4F4;
}
.box1 .box-c .l .list li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	opacity: 0;
	transition: all 1s;
}
.box1 .box-c .l .list li.active .bg{
	opacity: 1;
}
.box1 .box-c .l .list li a{
	position: relative;
	border-radius: 10px;
	display: block;
	padding: 27px 22px;
}
.box1 .box-c .l .list li .icon{
	position: relative;
	width: 32px;
	height: 32px;
}
.box1 .box-c .l .list li .icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 1s;
	max-width: 100%;
	max-height: 100%;
}
.box1 .box-c .l .list li .icon img:first-child{
	filter: grayscale(100%) brightness(500%);
}
.box1 .box-c .l .list li.active .icon img:last-child{
	opacity: 0;
}
.box1 .box-c .l .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	margin-top: 20px;
	transition: all 1s;
}
.box1 .box-c .l .list li.active .text{
	color: #fff;
}
.box1 .box-c .r{
	width: 58.53%;
}
.box3 .box-c .item,
.box1 .box-c .r .item{
	position: relative;
	display: none;
}
.box3 .box-c .item.active,
.box1 .box-c .r .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.box1 .box-c .r .item .pic{
	border-radius: 10px;
}
.box1 .box-c .r .item .itemBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 78px 40px 45px;
	z-index: 3;
}
.box1 .box-c .r .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	line-height: 1.27;
	color: #fff;
}
.box1 .box-c .r .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 21px;
}
.box1 .box-c .r .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #0073F0;
	box-shadow: 5px 9px 30px 0px rgba(0,115,240,0.3);
	border-radius: 50%;
}
.box1 .box-c .r .more .iconfont{
	font-size: 24px;
	color: #fff;
}
.box2 .box-c{
	margin-top: 53px;
}
.box3{
	padding: 120px 0 170px;
	background: url(../img/index-box3-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.box3 .box-t{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 54px;
	margin-top: 24px;
}
.box3 .box-t a{
	position: relative;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 1;
	padding: 10px 0;
	transition: all .6s;
}
.box3 .box-t a:hover,
.box3 .box-t a.active{
	color: #0073F0;
}
.box3 .box-t a::before{
	position: absolute;
	content: "";
	left: 50%;
	height: 2px;
	bottom: -2px;
	transform: translateX(-50%);
	background-color: rgba(0, 115, 240, 1);
	transition: all .6s;
	width: 0;
}
.box3 .box-t a.active::before{
	width: 100%;
}
.box3 .box-c{
	margin-top: 46px;
	text-align: center;
}
.box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
	align-items: flex-start;
}
.box3 .box-c .list li{
	position: relative;
}
.box3 .box-c .list li a{
	position: relative;
	display: block;
	padding: 0 25px;
	z-index: 3;
	transition: all .6s;
}
.box3 .box-c .list li.active a{
	padding: 33px 25px 0;
}
.box3 .box-c .list li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	transition: all .6s;
}
.box3 .box-c .list li.active::before{
	height: 400px;
	background: rgba(0, 0, 0, .1);
}
.box3 .box-c .list li .pic{
	position: relative;
	padding: 27px 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 338px;
}
.box3 .box-c .list li.active .pic{
	align-items: flex-end;
}
.box3 .box-c .list li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.box3 .box-c .list li .text-box{
	overflow: hidden;
	height: 0;
	transition: all .6s;
	opacity: 0;
}
.box3 .box-c .list li.active .text-box{
	height: 124px;
	opacity: 1;
}
.box3 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 1;
}
.box3 .box-c .list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 34px;
	color: rgba(0, 115, 240, 1);
}
.box3 .box-c .list li .icon .iconfont{
	transform: rotate(-45deg);
	font-size: 20px;
	font-weight: bold;
}
.box2 .box-c .commonMore,
.box3 .box-c .commonMore{
	margin-top: 50px;
	background: #0073F0;
	color: #fff;
}
.box4{
	padding: 110px 0 120px;
	background-color: #fff;
}
.box4 .box-c{
	margin-top: 44px;
}
.box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.box4 .box-c .list li{
	border-radius: 10px;
	border: 1px solid #F2F2F2;
	transition: all .6s;
}
.box4 .box-c .list li a{
	display: block;
	padding: 20px 20px 98px;
	
}
.box4 .box-c .list li:hover{
	background-color: rgba(0,0,0,.15);
}
.box4 .box-c .list li .pic{
	border-radius: 10px;
}
.box4 .box-c .list li .text-box{
	margin-top: 38px;
}
.box4 .box-c .list li .text-box .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box4 .box-c .list li .text-box .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-top: 18px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box4 .box-c .list li:hover .text-box .text-title,
.box4 .box-c .list li:hover .text-box .text-des{
	color: #fff;
}
.box4 .box-c .commonMore{
	margin-top: 60px;
}
.box5{
	padding: 155px 0 145px;
	background-image: url(../img/index-box5-bg.jpg);
	background-size: cover;
}
.box5 .box-c{
	margin-top: 57px;
}
.box5 .box-c .list{
    transition-timing-function: linear;
	/* display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 50px; */
}
.box5 .box-c .list li{
    position: relative;
     padding-top: 38%;
}
.box5 .box-c .list li .item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   display: flex;
   flex-direction: column;
   gap: 40px;
}
.box5 .box-c .list li .item .pic{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box5 .box-c .list .pic img{
	max-width: 70%;
	max-height: 100%;
	margin: 0 auto;
	width: auto;
	/* max-width: 80%; */
}
@media (max-width:1440px) {
	.box1 .box-c .l .list li .text{
		font-size: 20px;
		margin-top: 10px;
	}
	.box1 .box-c .l .list li a{
		padding: 20px;
	}
}
@media (max-width: 1199px) {
	.indexTitle .des{
		margin-top: 10px;
	}
	.box5,
	.box4,
	.box3,
	.box1{
		padding: 70px 0;
	}
	.box5 .box-c,
	.box4 .box-c .commonMore,
	.box4 .box-c,
	.box2 .box-c .commonMore,
	.box3 .box-c .commonMore,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 45px;
	}
	.box1 .box-c .l .list li .text{
		font-size: 16px;
	}
	.box1 .box-c .r .item .itemBox{
		padding: 45px 30px;
	}
	.box3 .box-c .list li .icon,
	.box1 .box-c .r .more{
		width: 50px;
		height: 50px;
	}
	.box4 .box-c .list li a{
		padding-bottom: 40px;
	}
	.box4 .box-c .list li .text-box{
		margin-top: 23px;
	}
	.box4 .box-c .list li .text-box .text-des{
		margin-top: 10px;
	}
}
@media (max-width:1024px) {
	.banner .swiper-pagination-bullet{
		height: 3px;
		width: 30px;
	}
	.banner .swiper-pagination{
		bottom: 10px;
	}
	.box5 .box-c .list .pic img{
		max-width: 100%;
	}
	.box5 .box-c .list{
		/* gap: 30px; */
	}
	.box4 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box3 .box-c .list li.active a,
	.box3 .box-c .list li a{
		position: relative;
		padding: 0;
		padding-top: 114%;
	}
	.box3 .box-c .list li.active .pic{
		align-items: center;
	}
	.box3 .box-c .list li .pic{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
	}
	.box3 .box-c .list li.active .text-box{
		height: 0;
	}
	.box3 .box-c .list li.active::before{
		height: 100%;
	}
	.box1 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.box1 .box-c .l .list{
		grid-template-columns: repeat(3,1fr);
	}
	.box1 .box-c{
		flex-direction: column;
	}
	.box1 .box-c .l{
		width: 100%;
	}
	.box5,
	.box4,
	.box3,
	.box1{
		padding: 60px 0;
	}
	.box5 .box-c,
	.box4 .box-c .commonMore,
	.box4 .box-c,
	.box2 .box-c .commonMore,
	.box3 .box-c .commonMore,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
    .box5 .box-c .list li{
        padding-top: 65%;
    }
	.box3 .box-t{
		margin-top: 20px;
	}
	.box3 .box-t a{
		font-size: 16px;
	}
	.box3 .box-t{
		gap: 15px 27px;
	}
	 .box1 .box-c .r .item .pic img{
		min-height: 300px;
		object-fit: cover;
	 }
	 .box3 .box-c .list li .icon,
	.box1 .box-c .r .more{
		width: 40px;
		height: 40px;
	}
	.box1 .box-c .r .more .iconfont{
		font-size: 20px;
	}
	.box1 .box-c .r .item .itemBox{
		padding: 30px 20px;
	}
	.box1 .box-c .r .text-des{
		font-size: 16px;
		margin-top: 10px;
	}
	.indexTitle .des{
		font-size: 16px;
		margin-top: 5px;
	}
	.box1 .box-c .l .list{
		grid-template-columns: repeat(2,1fr);
	}
	.box5,
	.box4,
	.box3,
	.box1{
		padding: 50px 0;
	}
	.box1 .box-c .r,
	.box5 .box-c,
	.box4 .box-c .commonMore,
	.box4 .box-c,
	.box2 .box-c .commonMore,
	.box3 .box-c .commonMore,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 30px;
	}
	.box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 500px) {
	.box4 .box-c .list li .text-box{
		margin-top: 15px;
	}
	.box4 .box-c .list li .text-box .text-title{
		font-size: 18px;
	}
	.box5 .box-c .list{
		/* gap: 15px; */
	}
	.box4 .box-c .list li a{
		padding-bottom: 30px;
	}
	.box4 .box-c .list li .text-box .text-des{
		font-size: 14px;
		margin-top: 8px;
		line-height: 1.7;
	}
	.box4 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box3 .box-t a{
		font-size: 14px;
		padding: 5px 0;
	}
	.box3 .box-c .list li .pic{
		padding: 14px;
	}
	.box3 .box-t{
		margin-top: 15px;
		gap: 10px 15px;
	}
	.box1 .box-c .r .text-title{
		font-size: 20px;
	}
	.box1 .box-c .r .text-des{
		font-size: 14px;
	}
	.box1 .box-c .l .list li .text{
		font-size: 14px;
		margin-top: 5px;
	}
	.box1 .box-c .l .list li .icon{
		width: 26px;
		height: 26px;
	}
	.box1 .box-c .l .list li a{
		padding: 10px;
	}
	.box5,
	.box4,
	.box3,
	.box1{
		padding: 40px 0;
	}
	.box1 .box-c .r,
	.box5 .box-c,
	.box4 .box-c .commonMore,
	.box4 .box-c,
	.box2 .box-c .commonMore,
	.box3 .box-c .commonMore,
	.box3 .box-c,
	.box2 .box-c,
	.box1 .box-c{
		margin-top: 25px;
	}
}